Installing Vapor
- Check if Vapor is compatible with the current Mac installation :
eval "$(curl -sL check.vapor.sh)"
- If needed, install Swift 4.1
- Install Vapor Toolbox Homebrew:
brew install vapor/tap/vapor
or
brew install qutheory/tap/vapor
or
brew install vapor/tap/toolbox
- If that does not work:
brew tap vapor/homebrew-tap
brew update
brew install vapor
Next: Make new Vapor App